Uses of Class
negotiator.boaframework.BOAparameter

Packages that use BOAparameter
negotiator.boaframework   
 

Uses of BOAparameter in negotiator.boaframework
 

Methods in negotiator.boaframework that return types with arguments of type BOAparameter
 java.util.ArrayList<BOAparameter> BOAcomponent.getOriginalParameters()
           
 

Constructor parameters in negotiator.boaframework with type arguments of type BOAparameter
BOAcomponent(java.lang.String classname, java.lang.String type, java.util.ArrayList<BOAparameter> orgParam)
          Variant of the main constructor in which it is assumed that the component has no parameters.